print: Install headers in a subdir
authorMatthias Clasen <mclasen@redhat.com>
Wed, 7 Jun 2023 02:45:02 +0000 (22:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 7 Jun 2023 03:16:09 +0000 (23:16 -0400)
commit50cf1c08ddbf79722a3dd3f9b117b5e05cd602ad
tree806efd1196e20464f6dc2679c51147fdad80deb3
parent19362522e09ce9e9584fed37ffee6a7e3ab281cb
print: Install headers in a subdir

This is a first step towards isolating the printing
code within gtk.
23 files changed:
gtk/gtk.h
gtk/gtkpagesetup.c
gtk/gtkpagesetup.h [deleted file]
gtk/gtkpagesetupunixdialog.c
gtk/gtkpapersize.c
gtk/gtkpapersize.h [deleted file]
gtk/gtkprintcontext.h [deleted file]
gtk/gtkprintoperation-portal.c
gtk/gtkprintoperation-portal.h
gtk/gtkprintoperation-private.h
gtk/gtkprintoperation.h [deleted file]
gtk/gtkprintoperationpreview.c
gtk/gtkprintoperationpreview.h [deleted file]
gtk/gtkprintsettings.c
gtk/gtkprintsettings.h [deleted file]
gtk/meson.build
gtk/print/gtkpagesetup.h [new file with mode: 0644]
gtk/print/gtkpapersize.h [new file with mode: 0644]
gtk/print/gtkprintcontext.h [new file with mode: 0644]
gtk/print/gtkprintoperation.h [new file with mode: 0644]
gtk/print/gtkprintoperationpreview.h [new file with mode: 0644]
gtk/print/gtkprintsettings.h [new file with mode: 0644]
gtk/print/meson.build [new file with mode: 0644]